home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / tu32.zip / TU32DEMO / BTCHDEMO / ERRTBDLG.DFM / ERRTBDLG.txt
Text File  |  1996-11-08  |  2KB  |  79 lines

  1. object BtnBottomDlg: TBtnBottomDlg
  2.   Left = 249
  3.   Top = 202
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Verify'
  7.   ClientHeight = 322
  8.   ClientWidth = 488
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnCreate = FormCreate
  17.   OnDeactivate = FormDeactivate
  18.   TextHeight = 13
  19.   object OKBtn: TBitBtn
  20.     Left = 146
  21.     Top = 284
  22.     Width = 77
  23.     Height = 27
  24.     Caption = 'Close'
  25.     TabOrder = 0
  26.     Kind = bkOK
  27.     Margin = 2
  28.     Spacing = -1
  29.     IsControl = True
  30.   end
  31.   object HelpBtn: TBitBtn
  32.     Left = 245
  33.     Top = 284
  34.     Width = 77
  35.     Height = 27
  36.     TabOrder = 1
  37.     Kind = bkHelp
  38.     Margin = 2
  39.     Spacing = -1
  40.     IsControl = True
  41.   end
  42.   object PanelRed: TPanel
  43.     Left = 4
  44.     Top = 8
  45.     Width = 481
  46.     Height = 269
  47.     BevelOuter = bvNone
  48.     Color = clRed
  49.     Ctl3D = False
  50.     ParentCtl3D = False
  51.     TabOrder = 2
  52.     object DBGridViewErr: TDBGrid
  53.       Left = 5
  54.       Top = 5
  55.       Width = 469
  56.       Height = 259
  57.       DataSource = DataSource1
  58.       FixedColor = clRed
  59.       Options = [dgTitles, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
  60.       ReadOnly = True
  61.       TabOrder = 0
  62.       TitleFont.Color = clBlack
  63.       TitleFont.Height = -11
  64.       TitleFont.Name = 'MS Sans Serif'
  65.       TitleFont.Style = [fsBold]
  66.     end
  67.   end
  68.   object DataSource1: TDataSource
  69.     DataSet = TableErrTable
  70.     Left = 60
  71.     Top = 284
  72.   end
  73.   object TableErrTable: TTable
  74.     TableName = '__VERERR'
  75.     Left = 20
  76.     Top = 282
  77.   end
  78. end
  79.